home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / wtar141u.zip / README.TXT < prev    next >
Text File  |  1994-12-04  |  7KB  |  168 lines

  1. WinTAR - TAR (Tape ARchive) for Windows 1.4
  2. ===========================================
  3.  
  4. Written by William Cheung (wcheung@ee.ubc.ca)
  5. Copyright (c) 1994 Cheung-Smith Ltd.
  6. All Rights Reserved.
  7.  
  8. ********** System Requirement **********
  9.  
  10. + IBM-PC compatible 386 or better with at least 4MB RAM
  11. + Windows 3.1 or Windows for Workgroup
  12. + Windows Sockets pre-installed
  13. + Rexec daemon (using port 512) or Rsh daemon (using port 514) on 
  14.   workstations running UNIX
  15.  
  16. ********** File List **********
  17.  
  18. After unzipping this archive, you should receive the following files:
  19.  
  20. ctl3dv2.dll
  21. licence.txt
  22. readme.txt
  23. wintar.exe
  24. wintar.hlp
  25. wintar.ini
  26.  
  27. ********** Installation **********
  28.  
  29. Follow the instructions below for software installation:
  30.  
  31. 1) Copy wintar.ini to your Windows installation directory, e.g. c:\windows
  32. 2) Move ctl3dv2.dll to your Windows installation directory under system\,
  33.    e.g. c:\windows\system (Remember to remove ctl3dv2.dll from your WinTAR
  34.    installation directory.)
  35. 3) Copy wintar.exe to a destination directory, e.g., c:\wintar
  36. 4) Make sure "winsock.dll" is in your DOS search path.
  37. 5) In your config.sys, add a line "install=c:\dos\share.exe" if it is not
  38.    already in your config.sys.
  39. 6) In your autoexec.bat, add the following line:
  40.    set rshhost_dir=c:\etc
  41.    set temp=c:\tmp     <== if it is not already in your autoexec.bat
  42.    where c:\etc can be replaced by a directory containing a host database
  43.    file "hosts".  For MS TCP/IP, you must copy the file "hosts.sam" in the
  44.    windows directory to "hosts" in the same directory, and replace "c:\etc"
  45.    by "c:\windows".
  46. 7) Add wintar.exe to an existing program group.
  47. 8) Exit Windows and reboot your machine (Ctrl-Alt-Del) if you need to carry
  48.    out instruction # 5.  Otherwise, go to #9.
  49. 9) Double click on the WinTAR icon and run the program.
  50.  
  51. ********** Change Log **********
  52. WinTAR 1.4:
  53.  
  54. 1.  For remote commands, you can now use %s or %d more than once in a command
  55.     line.  For instance, some version of Unix does not have the rewoffl command
  56.     in "mt" so to achieve the same result, you can use 
  57.     mt -f %s rewind; mt -f %s offline
  58.  
  59. For registered copies only...
  60.  
  61. 2.  All files in an archive can now be shown in the files/directories list
  62.     box.  This provides a nice temporary solution to the final hierarchical
  63.     display of the archive.  Please note that for this feature to work, you
  64.     must install "share.exe" in your DOS system.  Also add "set temp=c:\tmp"
  65.     in your autoexec.bat.  Please see installation instruction #5 and #6 for 
  66.     more information.
  67.  
  68. WinTAR 1.3:
  69.  
  70. 1.  Eliminated the "sharing violation" system error when trying to back 
  71.     up files that are open for updating by other applications.
  72.  
  73. 2.  Modified the definition of "Relative to Sub-directory" so that it
  74.     is equivalent to "tar cvf - .".
  75.  
  76. 3.  Added a "Force Disconnection" check box in the "Advanced" Remote
  77.     setup.  Only check this box if your Windows socket does not disconnect
  78.     gracefully upon exiting.  (PC-NFS 5.0 or below users must check this
  79.     box.)
  80.  
  81. 4.  When adding files/directories to the list to be archived, any duplicated
  82.     entries are eliminated.
  83.  
  84. 5.  The TAR archive uses the standard TAR tag for normal files instead of
  85.     the old Unix-compatible tag.  The old Unix-compatible tag is used only
  86.     if the "Use old V7 format" option is checked in the preference menu.  The
  87.     user name is defaulted to "root" and the group is "wheel".
  88.  
  89. 6.  The backup path options are now saved as part of the directory template.
  90.  
  91. 7.  The log file now contains start and finish date/time for the archive
  92.     and other information.
  93.  
  94. For registered copy only...
  95.  
  96. 8.  Added "Full Path" backup option - drive letters are now included in the 
  97.     archive so that a multi-partition hard disk or a PC containing several 
  98.     hard disks can be backed up into one archive.  When restoring the archive, 
  99.     the files/directories are restored to their original location in the hard 
  100.     disk(s).  If an expected drive is not found, an alternative drive is 
  101.     allowed.
  102.  
  103. 9.  The user is allowed to "flatten" a directory structure, i.e. remove the
  104.     directory associated with a file, when restoring a file.
  105.     
  106.  
  107. WinTAR 1.22:
  108.  
  109. 1.  The blocking factor for a remote device is now properly set in the remote
  110.     command for the first time.
  111.  
  112. 2.  More warning messages are given, especially when an invalid value is
  113.     entered.
  114.  
  115. 3.  When you select a different log file and try to view it, WinTAR will
  116.     open the currently selected log file as opposed to the original one
  117.     during startup.
  118.  
  119. WinTAR 1.21:
  120. 1.  The blocking factor for a remote device is now properly set in the remote
  121.     command.
  122. 2.  When double clicking a file in the Create Archive Dialog, the file is
  123.     now displayed properly in the archive list.
  124. 3.  Fixed the "write xxx bytes short" error when FTP Software's PC/TCP
  125.     winsock is used.
  126. 4.  Fixed various bugs in the toolbar buttons.
  127. 5.  Fixed a GPF bug when the message bar tries to display very long file
  128.     names.
  129.  
  130. WinTAR 1.2: 
  131. First public release
  132.  
  133. ********** Bugs report **********
  134.  
  135. If you find any bugs in WinTAR, please email me at wcheung@ee.ubc.ca
  136. and provide detailed information about the bug.  In addition, please 
  137. specify the version of WinTAR that you are using.  A suggested bug 
  138. report form is shown below:
  139.  
  140. Machine Type: (CPU, memory)
  141. Windows Socket Vendor:
  142. Windowing System:
  143. Settings/Parameters in WinTAR you have used: 
  144. (include the remote command if you are using a remote device)
  145.  
  146. Detailed description of the bug(s):
  147.  
  148. ********** Some known bugs **********
  149.  
  150. + The maximum size of a file name is 100 characters, including the
  151.   slashes separating out the drive letter, the directory, and the file.
  152.  
  153. + The unregistered version can only display the first 1000 files in the
  154.   archive.
  155.  
  156. ********** TODO List (For registered version) **********
  157.  
  158. + Add hierarchical display of the archive.
  159. + Add an option to allow the user to save the "table of contents" of the
  160.   archive locally so that opening an archive would be fast.
  161. + Add the capability of appending files/directories to an archive.
  162. + Add multi-volume support that is compatiable with GNU tar.
  163. + Add a simple scheduler to schedule hard-disk backup time.
  164. + Add drag-and-drop support.
  165. + Add long file-name (> 100 characters) support.
  166. + Allow the user to backup files selectively (archive bits, date range, etc.)
  167.  
  168.